home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 13902 / 13902.xpi / install.rdf < prev    next >
Extensible Markup Language  |  2010-02-14  |  1KB  |  30 lines

  1. <?xml version="1.0"?>
  2. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  3.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  4.  
  5.   <Description about="urn:mozilla:install-manifest">
  6.     <em:id>dblclicker@byo.co.il</em:id>
  7.     <em:type>2</em:type>    
  8.     <em:name>DblClicker</em:name>
  9.     <em:version>1.5</em:version>
  10.     <em:creator>Yochai</em:creator>
  11.     <em:description>Double-click action for Firefox.</em:description>
  12.     <em:optionsURL>chrome://dblclicker/content/options.xul</em:optionsURL>    
  13.     <em:homepageURL>https://addons.mozilla.org/en-US/firefox/addon/13902</em:homepageURL>
  14.  
  15.     <!-- optional items -->
  16.     <!-- em:contributor>A person who helped you</em:contributor>
  17.     <em:aboutURL>chrome://sampleext/content/about.xul</em:aboutURL>
  18.     <em:iconURL>chrome://sampleext/skin/mainicon.png</em:iconURL>
  19.     <em:updateURL>http://sampleextension.mozdev.org/update.rdf</em:updateURL -->
  20.  
  21.     <!-- Firefox -->
  22.     <em:targetApplication>
  23.       <Description>
  24.         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox -->
  25.         <em:minVersion>2.0</em:minVersion>
  26.         <em:maxVersion>3.6.*</em:maxVersion>
  27.       </Description>
  28.     </em:targetApplication>
  29.   </Description>
  30. </RDF>